home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / dev / basic / BlitzLstApr02.lha / BlitzLstApr02 / attachments / mail_42 / own2.lha / ownlib_i.bb2 < prev    next >
Text File  |  2000-02-16  |  331b  |  11 lines

  1. NEWTYPE.LibraryBase
  2.   libb_Library.Library  ; the library structure
  3.   libb_Flags.b          ; (unsigned) kirjaston liput
  4.   libb_pad.b            ; (unsigned) alignment
  5.   libb_SysLib.l         ; (unsigned) ExecBase
  6.   libb_SegList.l        ; (unsigned) SegList-osoitin
  7. End NEWTYPE
  8.  
  9. Macro LIBRARYNAME Dc.b  "own.library",0 End Macro
  10.  
  11.